associative array造句
例句與造句
- Records , structures , and associative arrays are represented with the
記錄、結(jié)構(gòu)和聯(lián)合數(shù)組用< - Stem variables and associative arrays
詞干變量和關(guān)聯(lián)數(shù)組 - Associative array register
相關(guān)陣列暫存器 - The result of the method is an associative array of tag names and popularity
函數(shù)結(jié)果是用標(biāo)簽名和人氣組成的聯(lián)合數(shù)組。 - Represents a javascript object that is , an associative array and has various
代表javascript對(duì)象(即聯(lián)合數(shù)組) ,有不同的 - It's difficult to find associative array in a sentence. 用associative array造句挺難的
- This cookie is read in as an associative array in php and assigned to the variable
此cookie在php中以關(guān)聯(lián)數(shù)組形式讀入并指定給變量 - Rexx , however , does have one additional standard datatype : associative arrays
不過(guò), rexx確實(shí)有一個(gè)另外的標(biāo)準(zhǔn)數(shù)據(jù)類型:關(guān)聯(lián)數(shù)組。 - With associative arrays we can use the values as keys and assign values to them
通過(guò)使用聯(lián)合數(shù)組,我們可以把關(guān)鍵詞作為對(duì)象,并給它們賦值。 - Curly braces denote an associative array that is , an object , with its key - value pairs separated by commas
大括號(hào)表示聯(lián)合數(shù)組(即對(duì)象) ,它的鍵-值組合由逗號(hào)分隔。 - Objects were still very much syntactic sugar for associative arrays , and didn ' t offer users too many additional features
對(duì)象還是像用語(yǔ)法甜品一樣去處理關(guān)聯(lián)數(shù)組,沒有給用戶提供更多其他的特征。 - Each string is the name of an item , and the corresponding number in the associative array is the quantity of that item in the cart
每個(gè)字符串都是一個(gè)商品的名稱,關(guān)聯(lián)數(shù)組中的對(duì)應(yīng)數(shù)字就是購(gòu)物車中該商品的數(shù)量。 - This is used to assign values to the templates . you can explicitly pass name / value pairs , or associative arrays containing the name / value pairs
用來(lái)賦值到模板中。可以指定一對(duì)名稱/數(shù)值,也可以指定包含名稱/數(shù)值的聯(lián)合數(shù)組。 - If this would be an xml value , a dom would need to be used to read the cart , or maybe it could be an associative array , with little change needed to the above code
如果是xml值,則需要使用dom來(lái)讀取購(gòu)物車,或者可以是關(guān)聯(lián)數(shù)組,只需對(duì)以上代碼進(jìn)行很少的更改。 - Under the hood , javascript objects for the most part are composed of associative arrays , numerically indexed arrays , strings , numbers , or nested combinations of these types
實(shí)際上, javascript對(duì)象的大部分都由聯(lián)合數(shù)組、數(shù)字索引數(shù)組、字符串、數(shù)字或者這些類型的嵌套組合而成。